<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">						/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/



/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}
html {
     scroll-behavior: smooth;
}
body {
	background: #fff url(/uploads/images/bg_body.jpg);
}
body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}
/* æ–°åŠ&nbsp; 7.23 */
.narrow {
     max-width: 1030px;
}
a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.our_box img {
     max-width: 100%;
     height: auto;
}

.logo img{
     max-width: 100%;
     height: auto;
}
 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
/* ______-_-------------------- */
/* ä¿®æ”¹ 7.23 */
.carousel-item {
     height: 350px; 
}
.banner-section .overlay-bg {
     background: rgba(0, 0, 0, 0.1); 
}
/* ä¿®æ”¹ 7.23 */
.banner-section h1 {
     color: #585858;
     margin-top: 50px;
     font-size: 25px;
     font-weight: 600;
}
.banner-section p {
     color: #666666;
     font-size: 16px;
     max-width: 600px;
     margin: 0 auto;
     display: inline-block; 
}



/* ______________________________ */
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/
/* ä¿®æ”¹7.23 */
.navigation.navbar {
     float: right;
     padding: 20px 0;
    }

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 10px;
     color: gray;
     font-size: 14px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: rgb(255, 196, 0);
}

.navigation.navbar-dark .navbar-nav .active&gt;.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show&gt;.nav-link {
     color:rgb(255, 196, 0);
}

.navbar-expand-md .navbar-nav {
     padding-right: 5px;
}

.navigation .navbar-nav ul li{
     min-width: 160px;
}

.header_information {
     padding: 0 0;
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     height: 98px;
     margin-top: 0px;
     right: 0;
}

.header_information::before {
     width: 84px;
     height: 98px;
     /* background: url(../images/top_arrow1.png); */
     background-repeat: repeat;
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: 0px;
     background-repeat: no-repeat;
}

/* .sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: rgb(255, 196, 0);
     display: inline-block;
     padding: 7px 35px;
     border-radius: 20px;
     color: #1d1d1d;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #000;
}
 */

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #fff url(/uploads/images/bg_menu.gif);
     padding: 10px 0px;
}

.logo a {
     font-size: 25px;
     font-weight: bold;
     text-transform: uppercase;
     color: rgb(43, 43, 43);
     line-height: 40px;
}

/** banner section **/


.carousel-caption h2 {
     color: #ffffff;
     font-size: 30px;
     line-height: 35px;
     padding-bottom: 15px;
     font-weight: bold;
}


/** banner section **/

/* æ–°åŠ&nbsp;ä¿®æ”¹ 7.23 */
.height-limited {
     height: 250px;
     overflow: hidden;
}

/* .about_img {
     width: 100%;
     overflow: hidden;
} */
.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


.titlepage {
     text-align: left;
     padding-bottom: 40px; 
}
/* æ–°åŠ&nbsp; 7.23 */
#titlepage {
     text-align: left;
     padding-bottom: 40px; 
}
/* ä¿®æ”¹ 7.23 */
.titlepage h2 {
     font-size: 22px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}
/* ä¿®æ”¹ 7.23 */
.mobile_img {
     max-height: 250px;
     overflow: hidden;
}
.mobile_img figure {
     margin: 0;
}

.mobile_img figure img {
     width: 100%;
}
/* æ–°åŠ&nbsp; */

.ourwork h2 {
     font-size: 25px;
     color: #0b0503;
     line-height: 30px;
     font-weight: bold;
     padding: 0;
}
.ourwork p {
     color: rgb(34, 34, 34);
     line-height: 30px;
     font-size: 14px;
}

.mobile .titlepage h3 {
     font-size: 18px;
     color: #ffffff;
     line-height: 50px;
     font-weight: bold;
     padding-left: 15px;
     text-align: left;
}
.mobile .titlepage p {
     color: #ffffff;
     line-height: 50px;
     padding-right: 15px;
     text-align: left;
}
.mobile .titlepage h2::after {
     content: "";
     background: rgb(255, 255, 255);
     display: block;
     height: 2px;
     width: 90px;
     margin-top: 15px;
     margin-bottom: 15px;
     margin-left: auto;
}
.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #000000;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: rgb(255, 153, 0) solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: rgb(255, 153, 0);
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.titlepage {
     min-height: 250px;
     overflow: hidden;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}
/* ä¿®æ”¹ 7.23 */
.about .titlepage p {
     color: #292e39;
     font-size: 14px;
     line-height: 25px;
     font-weight: 500;
   }

.about2 .titlepage {
     min-height: 200px;
     overflow: hidden;
     text-align: center;
     padding: 0;
}
.about2 .titlepage p {
     color: #292e39;
     font-size: 14px;
     font-weight: 500;
     line-height: 25px;
}
.about2 .about_img {
     max-height: 150px;
     overflow: hidden;
}
/** end about section **/

/** mobile section **/

.mobile .titlepage {
     text-align: right;
     padding: 0;
}

.mobile .titlepage h2 {
     color: #fff;
}

.mobile_img figure {
     margin: 0;
}

.mobile .titlepage .read_more {
     margin-top: 30px;
     border: rgb(255, 153, 0) solid 3px;
     color: #fff;
}


/** mobile section **/


/** clients section **/

.clients {
   min-height: 450px;
}

.clients .titlepage h2 {
     color: #202021;
}

.clients .titlepage span {
     margin-left: 56px;
}

.clients_box {
     text-align: center;
     background: #e2e3e3;
     padding: 50px 15px;
     border-radius: 15px;
     position: relative;
}

.clients_box p {
     font-size: 17px;
     line-height: 35px;
}

.clients_box::after {
     position: absolute;
     content: "";
     width: 42px;
     height: 67px;
     bottom: -65px;
     background: url(../images/cli_cross.png);
     background-repeat: no-repeat;
}

.jonu {
     padding-top: 72px;
     text-align: center;
}

.jonu h3 {
     padding: 0px 0px 0px 0px;
     color: #0b0503;
     font-size: 25px;
}

.jonu strong {
     display: block;
     color: #00aeef;
     font-size: 17px;
     padding-bottom: 50px;
}


/** end clients section **/


/** contact section **/

.contact {
     min-width: 450px;
     /* margin-top: 90px;
     padding: 90px 0; */
}

.contact h3 {
     font-size: 26px;
     font-weight: bold;
     color: rgb(32, 32, 32);
}
.contact ul li {
     font-size: 17px;
     line-height: 45 px;
     color: rgb(53, 53, 53);
}
/** end contact section **/


/** footer **/

.footer {
     /* background: #c7cbda; */
     text-align: center;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top: 90px;
}

.footer h3 {
     color: white;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer .cont li {
     color: white;
     font-size: 13px;
     /* line-height: 32px; */
     text-align: left;
}

.footer p {
     color: white;
     font-size: 13px;
}
/** end footer **/
/** footer2 **/

.footer2 {
     background: rgb(20, 54, 117);;
     text-align: center;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top: 90px;
}

.footer2 h3 {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

/* ä¿®æ”¹ 7.23 */
.footer2 .cont li {
     color: #ffffff;
     font-size: 13px;
     letter-spacing: 1.5px;
     /* line-height: 32px; */
     text-align: left;
}
.footer2 p {
     color: #ffffff;
     font-size: 13px;
}

/** end footer2 **/

/** inner page css **/

.margin_to90 .footer {
     margin-top: 90px;
}

  /*.ourwork {
    margin: 90px 0 60px 0; 
}*/

.our_box {
     margin-bottom: 10px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}
.our_box h3{
     font-size:14px;
     text-align: center;
     margin: 10px;
}
.our_box  h3:hover{
     color: rgb(255, 153, 0);
 }
 /* é¦–é¡µæ–°é—»æ&nbsp;·å¼1 */
.bd {
     height: 190px;
     overflow: hidden;
}
.bd ul {
	color: rgb(255, 255, 255);
     padding: 15px 0 25px 20px;

}
.bd ul li {
     color: rgb(255, 255, 255);
     margin-bottom: 2px;
	height: 30px;
	line-height: 35px;
	text-align: left;
     list-style-type: disc;
     overflow: hidden;
     white-space:nowrap;
	text-overflow:ellipsis;
}
.bd ul li span {
     float: right;
     }
.bd ul li a {
     color: rgb(255, 255, 255);

}
.bd ul li a:hover {
	color: rgb(255, 153, 0);
}
 /* é¦–é¡µæ–°é—»æ&nbsp;·å¼2 */

.mobile2 .titlepage h3 {
     font-size: 18px;
     line-height: 50px;
     font-weight: bold;
     padding-left: 15px;
     text-align: left;
     color: rgb(49, 49, 49); 
}
.mobile2 .titlepage p {
     color: rgb(49, 49, 49);
     line-height: 50px;
     padding-right: 15px;
}
.mobile2 .bd2 p {
     color: rgb(49, 49, 49);
     text-align: left;
     line-height: 30px;
     padding: 15px;
}
/* .mobile2 .titlepage h3::after {
     content: "";
     background: rgb(255, 153, 0);
     display: block;
     height: 5px;
     width: 90px;
     margin-top: 5px;
     margin-bottom: 5px;

} */
.bd2{
     height: 190px;
     overflow: hidden;
}
.bd2 ul {
	color: rgb(255, 255, 255);
     padding: 15px 0 25px 20px;
}
.bd2 ul li {
     color: rgb(49, 49, 49);
     height: 30px;
	line-height: 35px;
    	text-align: left;
     list-style-type: disc;
     overflow: hidden;
     white-space:nowrap;
	text-overflow:ellipsis;
}
.bd2 ul li span {
     float: right;
     }
.bd2 ul li a {
     color: rgb(49, 49, 49);

}
.bd2 ul li a:hover {
	color: rgb(255, 153, 0);
}

.bd2 figure {
     margin: 20px 10px 0px 10px;
}

.bd2 figure img {
     width: 100%;
}

/* å†…é¡µæ–°é—» */


.new ul li {
     color: rgb(37, 37, 37);
     height: 50px;
     border-bottom: 1px dashed #686868;
	line-height: 50px;
     text-align: left;
     list-style-type: disc;
     overflow: hidden;
     white-space:nowrap;
	text-overflow:ellipsis;
}
.new ul li span {
     float: right;
     }
.new ul li a {
     color: rgb(37, 37, 37);

}
.new ul li a:hover {
	color: rgb(255, 153, 0);
}



/* å›¾æ–‡åˆ—è¡¨ */


.aui-flex {
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     align-items: center;
     padding: 15px;
     margin: 30px;
     position: relative;
     border: 1px solid #979797;
      }


.aui-flex-box {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     flex: 1;
     min-width: 0;
     font-size: 14px;
     color: #333;

 }

.aui-flex-box h3{
     font-size:16px;
     margin-bottom:5px;
     line-height: 1.2;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     font-weight: bold;

 }
 .aui-flex-box h3:hover{
     color: rgb(255, 153, 0);
 }
 .aui-flex-box span{
     font-size:13px;
     padding-bottom:5px;
     color:#8a8a8a;
  }

 .aui-find-img{
     width:100%;
     height:auto;
     margin-right:30px;
 }

 .aui-find-img img{
     width:100%;
     height:auto;
     display:block;
     border:none;
 }


 /* ä¸‹æ‹‰èœå• */

/* #primary_nav_wrap ul li:hover
{
	background:#f6f6f6
} */

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:rgb(255, 153, 0);
     padding:0;
     z-index: 1;
}

#primary_nav_wrap ul ul li
{
     color: rgb(255, 255, 255);
	float:none;
     width:120px;
     margin: 15px 0;
}

#primary_nav_wrap ul ul a
{
     color: rgb(255, 255, 255);
	line-height:120%;
	padding:10px 15px
}
#primary_nav_wrap ul ul a:hover
{
     color: rgb(0, 0, 0);

}
#primary_nav_wrap ul li:hover &gt; ul
{
	display:block
}


/* åˆ†é¡µæ&nbsp;·å¼ */

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 8px 0px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height: 40px;
	/* border-radius: 50%; */
	padding:9px 5px;
	height:55px;
	font-size:18px;
	min-width:55px;
	color:#252525;
	font-weight:400;
	text-align:center;
	background:none;
	border:1px solid #eeeeee;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.prev,
.styled-pagination li a.next{
	color:#9e9e9e;
	font-weight:600;
	padding:8px 20px;
	line-height: 36px;
	text-transform:uppercase;
	border: 2px solid #eeeeee;
	font-family: 'Montserrat', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:rgb(255, 153, 0);
	background-color:rgb(255, 153, 0);
}

.details .titlepage h4 {
     font-size: 24px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}
.details .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     /* padding: 20px 0px 35px 0px; */
}

.Details_page_back {
	margin: 50px 0;
	padding: 10px;
	border: 1px dashed #e5e5e5;
	line-height: 30px;
	font-size: 16px;
}
						</pre></body></html>